Hide

YetaWF.DataProvider.SQLGeneric Package Documentation

Display
Print

YetaWF.DataProvider.SQLGeneric.SQLGenericManager<TYPE>.GetColumn Method

Returns column information for the specified column.

Class: YetaWF.DataProvider.SQLGeneric.SQLGenericManager<TYPE>
Namespace: YetaWF.DataProvider.SQLGeneric
Assembly: YetaWF.DataProvider.SQLGeneric

Syntax

public Column GetColumn(
    TYPE connInfo,
    string databaseName,
    string schema,
    string tableName,
    string columnName );

Parameters

connInfo

The SQL-specific connection information.

databaseName

The database name.

schema

The schema.

tableName

The table name.

columnName

The column name.

Return Value

Returns column information.

Remarks

If the column doesn't exist, an exception occurs.

See Also YetaWF.DataProvider.SQLGeneric.SQLGenericManager<TYPE> ClassYetaWF.DataProvider.SQLGenericYetaWF.Core